home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / hyper / hsc_source.lha / source / hsc / output.h < prev    next >
C/C++ Source or Header  |  1996-07-30  |  278b  |  18 lines

  1. /*
  2.  * hsc/output.h
  3.  *
  4.  * output functions for hsc
  5.  */
  6.  
  7. #ifndef HSC_OUTPUT_H
  8. #define HSC_OUTPUT_H
  9.  
  10. extern BOOL init_output(HSCPRC * hp);
  11. extern VOID cleanup_output(VOID);
  12.  
  13. extern BOOL write_output(HSCPRC * hp);
  14. extern VOID append_output(STRPTR text);
  15.  
  16. #endif /* HSC_OUTPUT_H */
  17.  
  18.